home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / shell / shell.swf / scripts / frame_18 / DoAction.as
Text File  |  2004-07-06  |  231b  |  14 lines

  1. if(intro)
  2. {
  3.    Tardis.intro.removeMovieClip();
  4.    Tardis.OverlayController.closeAll();
  5.    delete intro;
  6. }
  7. ActiveSection = null;
  8. with(splash)
  9. {
  10.    endSoundLoop();
  11.    destroy();
  12. }
  13. TardisInterface.showInterface(2,false);
  14.